﻿2026-06-04T02:01:21.4487754Z ##[group]Run actions/checkout@v4
2026-06-04T02:01:21.4489799Z with:
2026-06-04T02:01:21.4490649Z   repository: SaberMage/spt-core
2026-06-04T02:01:21.4498673Z   token: ***
2026-06-04T02:01:21.4499519Z   ssh-strict: true
2026-06-04T02:01:21.4500304Z   ssh-user: git
2026-06-04T02:01:21.4501129Z   persist-credentials: true
2026-06-04T02:01:21.4502008Z   clean: true
2026-06-04T02:01:21.4502802Z   sparse-checkout-cone-mode: true
2026-06-04T02:01:21.4503764Z   fetch-depth: 1
2026-06-04T02:01:21.4504553Z   fetch-tags: false
2026-06-04T02:01:21.4505383Z   show-progress: true
2026-06-04T02:01:21.4506199Z   lfs: false
2026-06-04T02:01:21.4506951Z   submodules: false
2026-06-04T02:01:21.4507820Z   set-safe-directory: true
2026-06-04T02:01:21.4509305Z ##[endgroup]
2026-06-04T02:01:21.6228317Z Syncing repository: SaberMage/spt-core
2026-06-04T02:01:21.6232363Z ##[group]Getting Git version info
2026-06-04T02:01:21.6233990Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T02:01:21.6236353Z [command]/usr/bin/git version
2026-06-04T02:01:21.6237382Z git version 2.34.1
2026-06-04T02:01:21.6255159Z ##[endgroup]
2026-06-04T02:01:21.6274645Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/a7329bf1-4f79-4ef9-9fe4-27d31983ef0e/.gitconfig'
2026-06-04T02:01:21.6306873Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/a7329bf1-4f79-4ef9-9fe4-27d31983ef0e' before making global git config changes
2026-06-04T02:01:21.6309937Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T02:01:21.6332938Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T02:01:21.6380359Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T02:01:21.6406550Z https://github.com/SaberMage/spt-core
2026-06-04T02:01:21.6431282Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T02:01:21.6436501Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T02:01:21.6467680Z refs/heads/dev-freeform
2026-06-04T02:01:21.6481977Z [command]/usr/bin/git checkout --detach
2026-06-04T02:01:21.6533605Z HEAD is now at 1b89bc2 feat(net): M4-D4c PresenceChannel broker seam (REQ-EP-4)
2026-06-04T02:01:21.6599947Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T02:01:21.6641830Z Deleted branch dev-freeform (was 1b89bc2).
2026-06-04T02:01:21.6691057Z ##[endgroup]
2026-06-04T02:01:21.6695090Z [command]/usr/bin/git submodule status
2026-06-04T02:01:21.6931429Z ##[group]Cleaning the repository
2026-06-04T02:01:21.6936805Z [command]/usr/bin/git clean -ffdx
2026-06-04T02:01:22.3550581Z Removing target/
2026-06-04T02:01:22.3563543Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T02:01:22.3626100Z HEAD is now at 1b89bc2 feat(net): M4-D4c PresenceChannel broker seam (REQ-EP-4)
2026-06-04T02:01:22.3633752Z ##[endgroup]
2026-06-04T02:01:22.3636323Z ##[group]Disabling automatic garbage collection
2026-06-04T02:01:22.3641958Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T02:01:22.3680928Z ##[endgroup]
2026-06-04T02:01:22.3682981Z ##[group]Setting up auth
2026-06-04T02:01:22.3690007Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T02:01:22.3735978Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T02:01:22.4000681Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T02:01:22.4045888Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T02:01:22.4291545Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T02:01:22.4332751Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T02:01:22.4577537Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T02:01:22.4636414Z ##[endgroup]
2026-06-04T02:01:22.4639018Z ##[group]Fetching the repository
2026-06-04T02:01:22.4652861Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +237b1bb42a59cd7e112c8bf00badb4078ed7133c:refs/remotes/origin/dev-freeform
2026-06-04T02:01:23.0389588Z From https://github.com/SaberMage/spt-core
2026-06-04T02:01:23.0394016Z  + 1b89bc2...237b1bb 237b1bb42a59cd7e112c8bf00badb4078ed7133c -> origin/dev-freeform  (forced update)
2026-06-04T02:01:23.0425639Z ##[endgroup]
2026-06-04T02:01:23.0428191Z ##[group]Determining the checkout info
2026-06-04T02:01:23.0431118Z ##[endgroup]
2026-06-04T02:01:23.0432826Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T02:01:23.0477188Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T02:01:23.0513722Z ##[group]Checking out the ref
2026-06-04T02:01:23.0518626Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T02:01:23.0574945Z Warning: you are leaving 1 commit behind, not connected to
2026-06-04T02:01:23.0577718Z any of your branches:
2026-06-04T02:01:23.0578867Z 
2026-06-04T02:01:23.0580401Z   1b89bc2 feat(net): M4-D4c PresenceChannel broker seam (REQ-EP-4)
2026-06-04T02:01:23.0582142Z 
2026-06-04T02:01:23.0583394Z If you want to keep it by creating a new branch, this may be a good time
2026-06-04T02:01:23.0585865Z to do so with:
2026-06-04T02:01:23.0586661Z 
2026-06-04T02:01:23.0587338Z  git branch <new-branch-name> 1b89bc2
2026-06-04T02:01:23.0588520Z 
2026-06-04T02:01:23.0589326Z Switched to a new branch 'dev-freeform'
2026-06-04T02:01:23.0591983Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T02:01:23.0597530Z ##[endgroup]
2026-06-04T02:01:23.0781145Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T02:01:23.0783525Z 237b1bb42a59cd7e112c8bf00badb4078ed7133c
